/*åˆå§‹åŒ–æ ·å¼*/
* {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    font-size: calc(100vw/19.2);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  @media (min-width: 1901px) {
    html {
      font-size: 100px;
    }
  }
  @media (max-width: 1580px) {
    html {
      font-size: 66px;
    }
  }
  @media (max-width: 767px) {
    html {
      font-size: calc(100vw/7.5);
    }
  }
  html.on {
    overflow: hidden;
  }
  html.on .header.fhs {
    top: 0;
  }
  

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    min-height: 100%;
    font-family: 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background: #fff;
  }
body::-webkit-scrollbar {
    width: 5px; 
    height: 1px;
}
body::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #161ca5;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #EDEDED;
}
a {
    text-decoration: none;
    outline: none;
}

@font-face {
    font-family: 'iconfont';  /* Project id 3415955 */
    src: url('//at.alicdn.com/t/c/font_3415955_72pdoj75ssk.woff2?t=1713508673531') format('woff2'),
         url('//at.alicdn.com/t/c/font_3415955_72pdoj75ssk.woff?t=1713508673531') format('woff'),
         url('//at.alicdn.com/t/c/font_3415955_72pdoj75ssk.ttf?t=1713508673531') format('truetype');
  }
a:hover,
a:active,
a:focus {
    color: #161ca5;
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
}



img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

img{
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}
th,
td {
    vertical-align: middle
}

input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wh {
    width: 83%;
    margin: 0 auto;
}

.w50{
    width: 50%;
}
@media (max-width: 790px) {
    .w50{
        width: 100%;
    }
}
.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    width: 100%;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.quickNav{}
.quickNav .quick{
	display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.quickNav .quick li{
	position: relative;
	z-index: 999;
}

.quickNav .quick li a{
	zoom: 1;
    line-height: 20px;
    padding: 12px 20px;
    display: block;
    color: #333;
}

.quickNav .quick .m h3{
	color: #fff;
    padding-left: 25px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 100px;

}
.quickNav .quick .m h3 span{
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}
.quickNav .quick #m2 span{
    margin-right: 5px;
}
.quickNav .quick #m2 h3::after{
    content: "\e654";
    font-size: 18px;
    font-weight: normal;
    transform:rotate(-90deg);
    
    
  
}
.quickNav .quick #m2:hover h3:after{
    transform:rotate(0deg);
    transition: all .3s;
}
.quickNav .quick .sub{
	display: none;
    width: 120px;
    padding: 10px 0;
    position: absolute;
    top: 70px;
    background: #fff;
    line-height: 30px;
}
.quickNav .quick .sub li:hover a{
	color: #009e77;
	text-decoration: none;
    background-color: #f5f5f5;
}
.wh1600 {
    max-width: 1600px;
    padding: 0 15px;
    margin: 0 auto;
}
.wh1200 {
    max-width: 1200px;
    margin: auto;
}
.wh1400{
    max-width: 1600px;
    margin: auto;
}
/*å¤´éƒ¨æ ·å¼*/
.top-head{
    background: #161ca5;
}
.top-head p{
    color: #fff;
    line-height: 28px;
    font-size: 12px;
    text-align: left;
}
.k4{
	padding-left: 80px;
	background: url(../images/phone.png) no-repeat center left;
	font: 600 35px/37px "Arial";color: #ee7a00;
	margin-top: 28px;
}
.k4 span{
	font: 400 18px/26px "Microsoft Yahei";color: #666666;
}
.tops{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.nav-box{
    display: flex;
    justify-content: flex-end;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
.top-nav{
    
}
.x-contant{
    
}
.x-contant ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
    flex-direction: row;
    
}
.x-contant ul li{
    display: flex;
    align-items: center;
    justify-content: center;
}
.x-contant ul li::after{
    content: '';
    width: 1px;
    height: 20px;
    /* background-color: rgba(255,255,255,.5); */
    background-color: rgba(0, 0, 0, .5);
    display: inline-block;
    margin: 0 15px;
    display: none;
}
.x-contant ul li:last-child::after{
    display: none;
}
.x-contant ul li a{
    font-size: 16px;
    color: #222;
    font-weight: bold;
    display: flex;
    align-items: center;

}
.x-contant ul li i{
    font-size: 24px;
    color: #222;
    font-weight: normal;
}
.x-contant ul li a:hover{
    color: #161ca5;
}
.x-contant .en{
    width: 0.6rem;
    height: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.3rem;
    cursor: pointer;
    position: relative;
    display: none;
}

.x-contant .language{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 3px;
    padding: 0 0.2rem;
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
    display: none;
}
.x-contant .language::before {
    content: '';
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
.x-contant .language a{
    border-bottom: 1px solid #f0f0f0;
    color: #666;
    font-size: 14px;
    line-height: 3;
    transition: all ease-out 0.3s;
    white-space: nowrap;
    display: block;
    text-align: center;
}

.x-contant .language a:last-child {
    border-bottom: none;
  }
  .x-contant .language a:hover {
    color: #161ca5;
  }
  .x-contant .en:hover .language {
    display: block;
  }
.top2 {
    width: 100%;
    top: 0;
    transition: all ease-out 0.3s;
    /* background-color: #fff; */
    
}
.container{
    position: relative;
    z-index: 999;
}
.logo {
    display: flex;
    align-items: center;
}
.logo a{
    display: block;
}
.logo p{
    font-size: 48px;
    color: #fff;
    font-family: "DIN";
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}
.logo span{
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
}
.logo img{
    width: 100%;
}

/* å¯¼èˆªæ ·å¼ */
.x-menu {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}


.x-menu>li {
    position: relative;
    margin-left: 7vh;
}

.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #222;
    white-space: nowrap;
    text-align: center;
    opacity: 1;
    font-weight: bold;
    line-height: 110px;

}


.x-menu>li>a:hover {
    opacity: 1;
    
}



.x-menu>li.active>a {}

.x-menu>li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 0%;
    height: 2px;
    background-color: #161ca5;
    left: 0;
    bottom: 35px;
}
.x-menu>li:hover:after{
    width: 100%;
    transition: all .3s;
}
.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #161ca5;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 20vh;
    left: 0%;
    background: #161ca5;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li {
    /* padding: 0 0.9rem; */
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 16px;
    color: #fff;
    line-height: 2.6;
}

.x-sub-menu>li>a:hover {
    background: #c51c22;
    color: #fff;

}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}


.top-contact{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.top-en{
    display: flex;
}
.top-en a{
    display: flex;
    align-items: center;
    font-size:16px;
    margin-left: 20px;

}
.top-en a i{
    margin-right: 5px;
    font-size: 20px;
}
.yya {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    transition: all .6s;
	background-color: rgba(255,255,255,.9) ;
}
.gizle {
    top: -110px !important;
    transition: all .6s;
}
.sabit {
    top: 0 !important;
    z-index: 1000;
    transition: all .6s;
    /* background-color: rgba(51,51,51,.9); */
	
}
.gizle .search-tc{
    display: none;
}
/* tanchuang css */

.search-tc {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.6);
    display: none;
  }
  .search-tc .box {
    width: 100%;
    background: #fff;
    padding: 1.27rem 0 1.05rem;
  }
  .search-tc .box .sbox {
    width: 100%;
    height: 1.32rem;
    display: flex;
    border-bottom: 1px solid #ececec;
  }
  .search-tc .box .sbox .txt {
    width: calc(100% - 0.7rem);
    height: 100%;
    font-size: 0.48rem;
    color: #000;
  }
  .search-tc .box  .sbox .txt::placeholder {
    color: #ccc;
  }
  @media (max-width: 991px) {
    .search-tc .box .sbox .txt {
      font-size: 14px;
    }
  }
  .search-tc .box .sbox .btn {
    width: 0.7rem;
    height: 100%;
    background: url(../images/search2.svg) right center no-repeat;
    background-size: 0.4rem;
  }
  @media (max-width: 991px) {
    .search-tc .box .sbox .btn {
      background-size: auto;
    }
  }
  .search-tc .box .hot-search {
    font-size: 18px;
    color: #666;
    line-height: 26px;
    margin-top: 0.38rem;
  }
  @media (max-width: 1580px) {
    .search-tc .box .hot-search {
      font-size: 16px;
    }
  }
  @media (max-width: 991px) {
    .search-tc .box .hot-search {
      font-size: 14px;
    }
  }
  .search-tc .box .hot-search a {
    color: #000;
    margin-left: 0.25rem;
    transition: all ease-out 0.3s;
  }
  .search-tc .box .hot-search a:hover {
    color: #161ca5;
  }

  /* end */

.frame{
    padding: 5% 0;
}
.arrowbox{
    position: relative;
}
.arrow{
    
}
.arrow-prev{
    left: -5%;
    transform: rotate(180deg);
    
}
.arrow-next{
    right: -5%;
}
.arrow-prev , .arrow-next{
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #222;
    border: 1px solid rgba(0, 0, 0, 0.1);

}
.arrow-prev::before , .arrow-next::before{
    content: "\e701";
    font-family: 'iconfont';
    font-size: 20px;
    color: inherit;
    
}
.arrow-prev:hover , .arrow-next:hover{
    background-color: #161ca5;
    color: #fff;
}
.tit{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.tit .words{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tit h5{
    font-size: 36px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 2;
    position: relative;   
}
.tit span{
    font-weight: bold;
    color: #f5f6fa;
    position: absolute;
    display: inline-block;
    font-size: 120px;
    z-index: 1;
    text-transform: uppercase;
}
.tit p{
    font-size: 18px;
    color: #3d3d3d;
    margin-top: 2%;
    text-align: center;
}





.AboutBox{
    display: flex;
    justify-content: space-between;
}
.Aboutwords{
    width: 47%;
    margin-right: 3%;
}
.Aboutwords .text-list{
    margin: 5% 0;
}
.Aboutwords .text-list p{
    font-size: 16px;
    line-height: 2;
}
.Aboutwords .text-list span{
    font-weight: bold;
}
.Aboutwords .tit{
    align-items: flex-start;
    flex-direction: row;
}
.Aboutwords .tit .words{
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.Aboutwords .shuzi{
    
}
.Aboutwords .text-list p{}
.Aboutwords .shuzi ul{
    display: flex;
    width: 90%;
    justify-content: space-between;
}
.Aboutwords .shuzi-tit{
    display: flex;
    align-items: flex-end;
    line-height: 1;
}
.Aboutwords .shuzi li{
    margin-right: 5%;
}
.Aboutwords .shuzi li h5{ 
    color: #161ca5;
    font-size: 60px;
    font-family: 'DIN';
}
.Aboutwords .shuzi li span{
    margin-bottom: 14px;
    color: #161ca5;
    font-size: 24px;
}
.Aboutwords .shuzi li p{
    font-size: 18px;
}
.AboutImg{
    width: 50%;
}
.AboutImg .com-img{
    width: 100%;
}
.AboutImg p{
    font-size: 24px;
    text-align: center;
    width: 100%;
    padding: 3% 0;
    background-color: #f7fbfe;

}


.AboutBox .link-a{
    margin-top: 5%;
    width: 220px;
    line-height: 50px;
    border: 1px solid #e8e8e8;
}
.AboutBox .link-a a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.AboutBox .link-a span{
    width: 22px;
    height: 22px;
    color: #fff;
    background-color: #161ca5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    font-size: 7px;
    margin-left: 10px;
}

.box2{
    background-color: #f5f6fa;
    padding-top: 5%;
}

.box2 .tit span{
    color: #efefef;
}


.Products .arrow-prev{
    left:0;
}
.Products .arrow-next{
    right:0;
}
.Products .arrow-prev , .Products .arrow-next{
    width: 80px;
    height: 150px;
    border-radius: 2px;
    top: 37%;
}
.Products .arrow-prev::before, .Products .arrow-next::before{
    font-size: 40px;
}
.productImg{
    position: relative;
}
.productImg .swiper-slide{
    width: 100%;
}
.productImg .swiper-slide a{}
.productImg .swiper-slide img{
    width: 100%;
}
.productImg .swiper-slide p{
    font-size: 24px;
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 10%;
}
.productIcon-box{
    border-top: 2px solid #fff;
}
.productIcon-box .swiper-slide{
    width: calc(100% / 4);
    padding: 3% 0;
    border-right: 1px solid #fff;
}
.productIcon-box .swiper-slide:hover{
    color: #fff;
    background-color: #161ca5;
}
.productIcon-box .words{
    display: flex;
    justify-content: center;
    align-items: center;
}
.productIcon-box .words img{
    width: 85px;
}
.productIcon-box .words .text{
    margin-left: 3%;
    text-align: center;
}
.productIcon-box .words .text p{
    font-size: 24px;
}

.case{
    margin-top: 5%;
}
.case ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    
}
.case li{
    width: 24%;
    margin-bottom: 1%;
    margin-right: 1%;
}
.case li .com-img{
    width: 100%;
}
.case li p{
    text-align: center;
    margin-top: 10px;
}

 .box3 .hezuo-box{
    margin-top: 3%;
    background: none;
    padding: 0;
    display: none;
}
.hezuo{
    overflow: hidden;
}
.hezuo-box .arrow-prev , .hezuo-box .arrow-next{
    top: 22%;
}

.box4{
    background-color: #f5f6fa;
}
.news-box{}
.news-tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-tit h5{
    font-size: 48px;
}
.news-menu {}
.news-menu ul{
    display: flex;
}
.news-menu li{
    margin-left: 20px;
    position: relative;
}
.news-menu li::after{
    content: '';
    width: 0%;
    height: 1px;
    position: absolute;
    background-color: #000;
    bottom: 0;
    left: 0;
    transition: all .3s;
}
.news-menu li{
    font-size: 18px;
    opacity: .5;
}
.news-menu li:hover{
    opacity: 1;
}
.news-menu li.cur{
    opacity: 1;
}
.news-menu li.cur::after{
    width: 100%;
}
.news-menu li:hover::after{
    width: 100%;
}




.news{
    margin-top: 5%;
}
.news ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news li{
    width: calc(96% / 3);
    padding: 3%;
    background-color: #fff;
    margin-right: 2%;
    margin-bottom: 2%;
    border-radius: 2%;
}
.news li:nth-child(2){
    margin-right: 0;
}
.news li:last-child{
    margin-right: 0;
}
.news li:first-child{
    width: 66%;
    border-radius: 80px 0 0 0;
}
.news li span{
    font-size: 18px;
    opacity: .5;
}
.news li h5{
    font-size: 30px;
    font-weight: normal;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news li p{
    font-size: 18px;
    opacity: .5;
    margin: 10% 0;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.news li a{
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: rgba(255,255,255,1);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #222;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.news li a::after{
    content: "\e701";
    font-family: 'iconfont';
    font-size: 20px;
    color: inherit;
}
.news li a:hover{
    background-color: #161ca5;
    color: #fff;
}

.news li.hot span{
    color: #fff;
    margin-top: 18%;
    display: block;
}
.news li.hot h5{
    color: #fff;
}
.news li.hot a{
    background-color: rgba(255,255,255,.5);
    margin-top: 10px;
}
.news li.hot a:hover{
    background-color: #161ca5;
}
/**/

.fooder-box{
    background:  #171a1c;
}


.fooder{
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 5% 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.f-logo{
    
    color: #fff;
    width: 22%;
    margin-right: 5%;
}
.f-logo a{} 
.f-logo a img{ } 
.f-logo .words{
    margin: 5% 0;
}
.f-logo .words p{
    opacity: .5;
    font-size: 16px;
}
.f-logo .ewm{
    width: 120px;
}
.f-logo .ewm img{
    width: 100%;
}
.f-logo .ewm p{
    margin-top: 10px;
    opacity: .5;
    font-size: 12px;
    text-align: center;
}

.f-nav{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 43%;
}
.f-nav a{
    display: inline-block;
    color: #fff;
}
.f-nav dl{
    
}
.f-nav dt{
    margin-bottom: 20px;
}
.f-nav dt a{
    font-size: 18px;
    font-weight: bold;
}
.f-nav dd{}
.f-nav dd i{
    color: #fff;
    font-size: 20px;
    margin-right: 5px;
    font-weight: 600;
}
.f-nav dd a{
    font-size: 14px;
    opacity: .5;
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.f-nav dd a:hover{
    color: #161ca5;
    opacity: 1;
}


.TelBox{
    border-left: 1px solid  rgba(0,0,0,.1);
    color: #fff;
    width: 25%;
    padding-left: 5%;
}
.TelBox .f-tel{
   
}
.TelBox .f-tel h5{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.TelBox .f-tel p{
    font-size: 16px;
    opacity: .5;
    margin-top: 10px;
}


.TelBox .f-liuyan{
    display: flex;
    margin-top: 10%;
}
.TelBox .f-liuyan a{
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255,255,255,1);
    border-radius: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    opacity: .5;
}

.TelBox .f-liuyan i{
    font-weight: normal;
    color: inherit;
}
.TelBox .f-liuyan a:hover{
    opacity: 1;
    color: #fff;
}

.bq{
    border-top: 1px solid rgba(255,255,255,.1);
    background:  #171a1c;
    
}

.bq .text{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bq p{
    font-size: 14px;
    color: #fff;
    line-height: 75px;
    opacity: .5;
}
.bq p a:hover{
    color: #161ca5;
    opacity: 1;
}
.f-fh{
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.f-fh i{
    font-size: 24px;
    margin-right: 5px;
}




.f-share{
    margin-top: 2%;
}
.fooder-box .f-share{
    margin-top: 5%;
}
.f-share ul{
    display: flex;
}
.f-share li{
    width: 40px;
    height: 40px;
    border-radius: 32px;
    display: inline-block;
    background-color: #f0f0f0;
    margin-right: 10px;
    color: #000;
}
.f-share li a{
    color: inherit;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.f-share li:hover{
    background-color: #161ca5;
    color: #fff;
}
.z-banner img{
    width: 100%;
}
/* neiye */
.nei-left-title{
    background: url(../images/wn.png) no-repeat right center #42b25d;
    position: relative;
    line-height: 58px;
    position: relative;
    width: 229px;
    height: 58px;
    background-position-x: 170px;
}
.nei-left-title>h3{
    font-size: 24px;
    color: #ffffff;
    line-height: 58px;
    font-weight: 400;
    position: relative;
    z-index: 9;
    padding-left: 30px;
}
.nei-left-title h3 span {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
  text-transform: capitalize;
  display: none;
}
.nei-left-title h3 span:before {
  content: "/";
  padding-right: 5px;
}
